home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d27
/
dupv1.arc
/
DEMO1.BAT
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-05-24
|
229 b
|
20 lines
if not exist file.lst goto error
cls
dup md
dup copy .
dir > DATA
dup dir * ">>" DATA
more < data
goto end
:error
echo off
cls
echo FILE.LST must exist to execute this demo file!
echo
echo
echo
:end